home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 138 / 138.xpi / chrome / stumbleupon.jar / content / skin / stumbleuponOverlay.css < prev    next >
Cascading Style Sheet File  |  2009-10-13  |  7KB  |  341 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. .topic-selector {
  4. }
  5.  
  6. .su_toolbar-customize {
  7.     display: none;
  8.     max-width: 15em !important;
  9. }
  10.  
  11. .su_toolbar-palette {
  12.     display: none;
  13.     max-width: 15em !important;
  14. }
  15.  
  16. toolbarpaletteitem[place="palette"] .su_toolbar-palette {
  17.     display: -moz-box;
  18.     -moz-box-orient: vertical;
  19. }
  20.  
  21. toolbarpaletteitem[place="toolbar"] .su_toolbar-customize {
  22.     display: -moz-box;
  23. }
  24.  
  25. toolbarpaletteitem[place="toolbar"] .su_toolbar-container {
  26.     visibility: hidden;
  27. }
  28.  
  29. toolbarpaletteitem[place="toolbar"] .su_toolbar-palette {
  30.     display: none;
  31. }
  32.  
  33. .su-hideicon {
  34. }
  35.  
  36. .su-hideicon > .toolbarbutton-icon {
  37.     display: none;
  38. }
  39.  
  40. .su-showtext {
  41. }
  42.  
  43. .su-hideicon-showtext > .toolbarbutton-icon {
  44.     display: none;
  45. }
  46.  
  47. .su-hideicon-showtext > .toolbarbutton-text {
  48.   display: -moz-box !important;
  49. }
  50.         
  51. .su-hidetext > .toolbarbutton-text {
  52.     display: none;
  53. }
  54.  
  55. .su-hidetext-menuified > .toolbarbutton-text {
  56.   display: -moz-box !important;
  57.   padding-left: 3px;
  58.   text-align: left;
  59. }
  60.  
  61. .su-showtext-menuified > .toolbarbutton-text {
  62.   display: -moz-box !important;
  63.   padding-left: 3px;
  64.   text-align: left;
  65. }
  66.  
  67. .su-showtext > .toolbarbutton-text {
  68.   display: -moz-box !important;
  69. }
  70.  
  71. .su-showtext > .toolbarbutton-menu-dropmarker {
  72.     margin-left: 2px;
  73.     margin-right: 3px;
  74. }
  75.  
  76. .su-iconic-referral {
  77.     -moz-binding: url('chrome://stumbleupon/content/widgets.xml#su_menuitem-iconic');
  78. }
  79.  
  80. .su-iconic-referral > .menu-iconic-left {
  81.     width: 40px;
  82.     height: 28px;
  83. }
  84.  
  85. .su-iconic-referral > .menu-iconic-left > .menu-iconic-icon {
  86.     width: auto;
  87.     height: auto;
  88. }
  89.  
  90. .su-iconic-favicon > .checkbox-label-box > .checkbox-icon {
  91.     width: 16px;
  92.     height: 16px;
  93. }
  94.  
  95. .su-iconic-favicon-alt > .checkbox-label-center-box > .checkbox-label-box > .checkbox-icon {
  96.     width: 16px;
  97.     height: 16px;
  98. }
  99.  
  100. .inbox {
  101.   font-weight: bold;
  102.   color: #dd0000;
  103. }
  104.  
  105. #stumbleupon .toolbar-holder {
  106.     height: 100%;
  107. }
  108.  
  109. #su_stumble {
  110.     -moz-binding: url('chrome://stumbleupon/content/widgets.xml#su_toolbarbutton');
  111.     margin-left: 2px;
  112.     margin-right: 2px;
  113. }
  114.  
  115. #su_thumbup {
  116.     list-style-image:url("chrome://stumbleupon/content/skin/thumbup.png");
  117. }
  118.  
  119. #su_thumbup[mode="thumbup"] {
  120.     list-style-image:url("chrome://stumbleupon/content/skin/greenthumbup.png");
  121. }
  122.  
  123. #su_thumbup[mode="thumbdown"] {
  124. }
  125.  
  126. #su_thumbdown {
  127.     padding-top:3px;
  128.     padding-bottom:0;
  129.     list-style-image:url("chrome://stumbleupon/content/skin/thumbdown.png");
  130. }
  131.  
  132. #su_thumbdown[mode="thumbdown"] {
  133.     list-style-image:url("chrome://stumbleupon/content/skin/greenthumbdown.png");
  134. }
  135.  
  136. #su_thumbdown[mac="true"] > .toolbarbutton-menubutton-button {
  137.     padding-top:0;
  138.     padding-bottom:0;
  139. }
  140.  
  141. #su_referred {
  142.   background-color: transparent;
  143.     font-weight: bold;
  144.     color: Crimson;
  145.     -moz-image-region: rect(0 16px 16px 0);
  146.   list-style-image: url("chrome://stumbleupon/content/skin/arrow_ani4-a.png");
  147. }
  148.  
  149. #su_referred[disabled="true"] {
  150.     -moz-image-region: rect(0 32px 16px 16px);
  151.     color: gray;
  152.   list-style-image: url("chrome://stumbleupon/content/skin/arrow_ani4-a.png");
  153. }
  154.  
  155. #su_referred[busy="true"] {
  156.   list-style-image: url("chrome://stumbleupon/content/skin/aaaa.gif");
  157. }
  158.  
  159. #su_toggle {
  160.     -moz-image-region: rect(0 24px 24px 0);
  161.   list-style-image: url("chrome://stumbleupon/skin/logo24.png");
  162. }
  163.  
  164. toolbar[iconsize="small"] #su_toggle {
  165.     -moz-image-region: rect(0 16px 16px 0);
  166.   list-style-image: url("chrome://stumbleupon/skin/stumble.png");
  167. }
  168.  
  169. #su_description {
  170.   background: white;
  171.   font-size:13px;
  172.   font-family: arial;
  173.   margin: 10px;
  174.   -moz-background-clip:border;
  175.   -moz-box-flex:1;
  176. }
  177.  
  178. #su_description2 {
  179.   background: white;
  180.   font-size: 15px;
  181.   font-weight: bold;
  182.   margin: 10px;
  183.   font-family: arial;
  184.   text-align: center;
  185.   -moz-background-clip:border;
  186.   -moz-box-flex:1;
  187. }
  188.  
  189. #su_welcome_box {
  190.   background: white;
  191. }
  192.  
  193. #su_searchbox {
  194.     -moz-binding: url('chrome://stumbleupon/content/widgets.xml#su_autocomplete');
  195.     background-color: transparent;
  196.     margin: 2px 3px;
  197. }
  198.  
  199. #su_searchbox[mode="tag"] .textbox-input-box {
  200.     color: #ff3300;
  201.     background-color: #f3f3f3;
  202. }
  203.  
  204. #su_searchbox[mode="prompt"] .textbox-input-box {
  205.     color: #bbbbbb;
  206.     background-color: #ffffff;
  207. }
  208.  
  209. #su_searchpopup {
  210.     -moz-binding: url('chrome://stumbleupon/content/widgets.xml#su_autocompletepopup');
  211.     background-color: -moz-field !important;
  212. }
  213.  
  214. .su_splitter {
  215.     padding: 0;
  216.     border: none;
  217.     width: 6px;
  218.     background-color: transparent;
  219.     background-image: url("chrome://stumbleupon/content/skin/tbgrip-texture-12px.png") !important;
  220.     background: no-repeat center;
  221. }
  222.  
  223. #su_overflow_menu > .toolbarbutton-menu-dropmarker {
  224.     display: none;
  225. }
  226.  
  227. /*  This probably isn't compatible with non-default themes.  I'll 
  228.     add it and test next time I'm having to debug several themes.
  229.         -- JW
  230. #su_referral-menu > .toolbarbutton-menu-dropmarker {
  231.     margin-left: 3px;
  232. }
  233. #su_category > .toolbarbutton-menu-dropmarker {
  234.     margin-left: 3px;
  235. }
  236. #stumble-menu > .toolbarbutton-menu-dropmarker {
  237.     margin-left: 3px;
  238. }
  239. */
  240.  
  241. /* Apparently, more complicated selectors aren't necessarily evaluated
  242.    when a DOM node is added to the tree. (ref: Firefox 1.5) -- JW */
  243. .su_macpopup {
  244.     font-size: 11px;
  245.     min-height: 17px;
  246. }
  247.  
  248. .su_winstripe_bannerBox {
  249.   color: InfoText;
  250.   background-color: InfoBackground;
  251. }
  252.  
  253. .su_pinstripe_bannerBox {
  254.   color: #0f2c65;
  255.   background-color: #e0e7f9;
  256.   border: 1px solid #a8b8de;
  257. }
  258.  
  259. .su_pinstripe_bannerInnerBox {
  260.   border: 0 !important;
  261. }
  262.  
  263.  
  264. .su_winstripe_bannerMessage {
  265.   background-color: InfoBackground;
  266.   color: InfoText;
  267.   -moz-appearance: none;
  268.   border: 0;
  269. }
  270.  
  271. .su_pinstripe_bannerMessage {
  272.   color: #0f2c65;
  273.   background-color: #e0e7f9;
  274.   -moz-appearance: none;
  275.   border: 0;
  276. }
  277.  
  278. .su_bannerMessageMeasurer {
  279.     overflow: hidden;
  280. }
  281. /*
  282. .su_bannerText {
  283.   -moz-margin-start: 5px;
  284. }
  285. */
  286.  
  287. .su_bannerImage {
  288.   width: auto;
  289.   height: auto;
  290.   margin: 0px 1px 0px 6px;
  291. }
  292.  
  293. .su_pinstripe_messageCloseButton {
  294.   -moz-appearance: none;
  295.   padding-right: 4px;
  296.   list-style-image: url("chrome://stumbleupon/skin/closetab.png") !important;
  297.   border: none;
  298. }
  299.  
  300. .su_pinstripe_messageCloseButton > .toolbarbutton-text {
  301.   display: none;
  302. }
  303.  
  304. .su_pinstripe_messageCloseButton:hover {
  305.   list-style-image: url("chrome://stumbleupon/skin/closetab-hover.png") !important;
  306. }
  307.  
  308. .su_pinstripe_messageCloseButton:hover:active {
  309.   list-style-image: url("chrome://stumbleupon/skin/closetab-active.png") !important;
  310. }
  311.  
  312. .su_winstripe_messageCloseButton {
  313.   list-style-image: url("chrome://stumbleupon/skin/close.png");
  314.   -moz-appearance: none;
  315.   -moz-image-region: rect(0px, 16px, 16px, 0px);
  316.   padding: 0 2px 4px 2px;
  317.   border: none !important;
  318. }
  319.  
  320. .su_winstripe_messageCloseButton:hover {
  321.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  322. }
  323.  
  324. .su_winstripe_messageCloseButton:hover:active {
  325.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  326. }
  327.  
  328. .su_winstripe_infoMessage {
  329.   background-color: InfoBackground;
  330.   color: InfoText;
  331. }
  332.  
  333. .su_pinstripe_infoMessage {
  334.   color: #0f2c65;
  335.   background-color: #e0e7f9;
  336. }
  337.  
  338.  
  339.  
  340.  
  341.